Skip to content

Support edgeOnlyLoad param for load magic #750

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

theneelshah
Copy link
Collaborator

Issue #732, if available:

Description of changes:

  • Add new boolean field for edgeOnlyLoad parameter
  • Support edgeOnlyLoad for neptune-db only

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@@ -2095,6 +2095,8 @@ def load(self, line='', local_ns: dict = None):
parser.add_argument('--allow-empty-strings', action='store_true', default=False,
help='Load empty strings found in node and edge property values.')
parser.add_argument('-n', '--nopoll', action='store_true', default=False)
parser.add_argument('--edge-only-load', action='store_true', default=False,
help='Load the graph edges directly')
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perhaps the help should be something like - "Assume there are only edge files present, do not scan for vertex files before loading edge files found"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants